home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Dev / Real / key.h < prev    next >
C/C++ Source or Header  |  1996-03-28  |  165b  |  8 lines

  1. #ifndef PROTO_KEY_H
  2. #define PROTO_KEY_H
  3. #include <exec/types.h>
  4. extern struct KeyBase *KeyBase;
  5. #include "clib/key_protos.h"
  6. #include "pragmas/key_pragmas.h"
  7. #endif
  8.